Html Css Color HEX #303DFB Neon Blue

📋 copy color: '#303DFB'

red 48 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #303DFB

Tints of Neon Blue #303DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.94%

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

R = 13.33%
G = 16.94%
B = 69.72%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#303DFB (or 0x303DFB) is known color: Neon Blue. HEX triplet: 30, 3D and FB. RGB value is (48,61,251). Sum of RGB (Red+Green+Blue) = 48+61+251=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #303DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DFB is #CFC204. Grayscale: #4E4E4E. Windows color (decimal): -13615621 or 16465200. OLE color: 16465200.

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

Color convert

RGB 48 61 251 -
CMYK 0.81 0.76 0 0.02
HSL 236.16º 0.96% 0.59% -
HSV(B) 236.16º 0.81% 0.98% -
XYZ 20.3 10.93 92.31 -
YUV 78.77 225.19 106.05 -
System Red Green Blue C M Y K H S L
Decimal 48 61 251 0.81 0.76 0 0.02 236.16 0.96 0.59
Hex 30 3D FB 51 4C 0 2 EC 60 3B
Octal 60 75 373 121 114 0 2 354 140 73
Binary 110000 111101 11111011 1010001 1001100 0 10 11101100 1100000 111011

Color Harmonies of #303DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303DFB

Black with #303DFB

Text Example


Text Example

White with #303DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,251); }

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

background-color css

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

 a { background-color: rgb(48,61,251); }

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

border-color css

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

 span { border-color: rgb(48,61,251); }

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