Html Css Color HEX #252BFD Neon Blue

📋 copy color: '#252BFD'

red 37 ◦ green 43 ◦ blue 253

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

Shades of Neon Blue #252BFD

Tints of Neon Blue #252BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

 BLUE value IS 253 (99.22% from 255) = 75.98%

R = 11.11%
G = 12.91%
B = 75.98%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#252BFD (or 0x252BFD) is known color: Neon Blue. HEX triplet: 25, 2B and FD. RGB value is (37,43,253). Sum of RGB (Red+Green+Blue) = 37+43+253=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #252BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252BFD is #DAD402. Grayscale: #404040. Windows color (decimal): -14341123 or 16591653. OLE color: 16591653.

HSL color Cylindrical-coordinate representation of color #252BFD: hue angle of 238.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252BFD is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 43 253 -
CMYK 0.85 0.83 0 0.01
HSL 238.33º 0.98% 0.57% -
HSV(B) 238.33º 0.85% 0.99% -
XYZ 19.36 9.21 93.69 -
YUV 65.15 234.01 107.92 -
System Red Green Blue C M Y K H S L
Decimal 37 43 253 0.85 0.83 0 0.01 238.33 0.98 0.57
Hex 25 2B FD 55 53 0 1 EE 62 39
Octal 45 53 375 125 123 0 1 356 142 71
Binary 100101 101011 11111101 1010101 1010011 0 1 11101110 1100010 111001

Color Harmonies of #252BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BFD

Black with #252BFD

Text Example


Text Example

White with #252BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,43,253); }

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

background-color css

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

 a { background-color: rgb(37,43,253); }

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

border-color css

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

 span { border-color: rgb(37,43,253); }

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