Html Css Color HEX #252FFB Neon Blue

📋 copy color: '#252FFB'

red 37 ◦ green 47 ◦ blue 251

#252FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #252FFB

Tints of Neon Blue #252FFB

RGB

 RED value IS 37 (14.84% from 255) = 11.04%

 GREEN value IS 47 (18.75% from 255) = 14.03%

 BLUE value IS 251 (98.44% from 255) = 74.93%

R = 11.04%
G = 14.03%
B = 74.93%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#252FFB (or 0x252FFB) is known color: Neon Blue. HEX triplet: 25, 2F and FB. RGB value is (37,47,251). Sum of RGB (Red+Green+Blue) = 37+47+251=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #252FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252FFB is #DAD004. Grayscale: #424242. Windows color (decimal): -14340101 or 16461605. OLE color: 16461605.

HSL color Cylindrical-coordinate representation of color #252FFB: hue angle of 237.2º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252FFB is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 47 251 -
CMYK 0.85 0.81 0 0.02
HSL 237.2º 0.96% 0.56% -
HSV(B) 237.2º 0.85% 0.98% -
XYZ 19.19 9.39 92.07 -
YUV 67.27 231.69 106.41 -
System Red Green Blue C M Y K H S L
Decimal 37 47 251 0.85 0.81 0 0.02 237.2 0.96 0.56
Hex 25 2F FB 55 51 0 2 ED 60 38
Octal 45 57 373 125 121 0 2 355 140 70
Binary 100101 101111 11111011 1010101 1010001 0 10 11101101 1100000 111000

Color Harmonies of #252FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FFB

Black with #252FFB

Text Example


Text Example

White with #252FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252FFB; }

 p { color: rgb(37,47,251); }

 H1.HeaderClassName
 {
   color: #252FFB;
 }
 .AnyTagClassName
 {
   color: #252FFB;
 }
</style>

background-color css

<style>
 a { background-color: #252FFB; }

 a { background-color: rgb(37,47,251); }

 div.DivClassName
 {
   background-color: #252FFB;
 }
 .BgClassName
 {
   background-color: #252FFB;
 }
</style>

border-color css

<style>
 span { border-color: #252FFB; }

 span { border-color: rgb(37,47,251); }

 td.TdClassName
 {
   border-color: #252FFB;
 }
 .TagClassName
 {
   border-color: #252FFB;
 }
</style>