Html Css Color HEX #303FE6 Neon Blue

📋 copy color: '#303FE6'

red 48 ◦ green 63 ◦ blue 230

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

Shades of Neon Blue #303FE6

Tints of Neon Blue #303FE6

RGB

 RED value IS 48 (19.14% from 255) = 14.08%

 GREEN value IS 63 (25% from 255) = 18.48%

 BLUE value IS 230 (90.23% from 255) = 67.45%

R = 14.08%
G = 18.48%
B = 67.45%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#303FE6 (or 0x303FE6) is known color: Neon Blue. HEX triplet: 30, 3F and E6. RGB value is (48,63,230). Sum of RGB (Red+Green+Blue) = 48+63+230=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #303FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303FE6 is #CFC019. Grayscale: #4C4C4C. Windows color (decimal): -13615130 or 15089456. OLE color: 15089456.

HSL color Cylindrical-coordinate representation of color #303FE6: hue angle of 235.05º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #303FE6 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 63 230 -
CMYK 0.79 0.73 0 0.10
HSL 235.05º 0.78% 0.55% -
HSV(B) 235.05º 0.79% 0.9% -
XYZ 17.28 9.9 75.86 -
YUV 77.55 214.03 106.92 -
System Red Green Blue C M Y K H S L
Decimal 48 63 230 0.79 0.73 0 0.10 235.05 0.78 0.55
Hex 30 3F E6 4F 49 0 A EB 4E 37
Octal 60 77 346 117 111 0 12 353 116 67
Binary 110000 111111 11100110 1001111 1001001 0 1010 11101011 1001110 110111

Color Harmonies of #303FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FE6

Black with #303FE6

Text Example


Text Example

White with #303FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303FE6; }

 p { color: rgb(48,63,230); }

 H1.HeaderClassName
 {
   color: #303FE6;
 }
 .AnyTagClassName
 {
   color: #303FE6;
 }
</style>

background-color css

<style>
 a { background-color: #303FE6; }

 a { background-color: rgb(48,63,230); }

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

border-color css

<style>
 span { border-color: #303FE6; }

 span { border-color: rgb(48,63,230); }

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